home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / imagefx / imagekit / imagekit.lha / ImageFX_SDK / include / scan / pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-19  |  212 b   |  13 lines

  1. #ifndef SCAN_PRAGMAS_H
  2.  
  3. #ifdef LATTICE
  4. #include <scan/scan_pragmas_sas.h>
  5. #endif
  6. #ifdef SAS
  7. #include <scan/scan_pragmas_sas.h>
  8. #endif
  9. /* no longer supports DICE (if it ever did) */
  10.  
  11. #define SCAN_PRAGMAS_H
  12. #endif
  13.